services.hostapd.radios.<name>.settings
Extra configuration options to put at the end of global initialization, before defining BSSs. To find out which options are global and which are per-bss you have to read hostapd's source code, which is non-trivial and not documented otherwise.
Lists will be converted to multiple definitions of the same key, and booleans to 0/1. Otherwise, the inputs are not modified or checked for correctness.
- Type
open submodule of attribute set of (atom (bool, int or string) or a list of them for duplicate keys)- Default
{ }- Example
{ acs_exclude_dfs = true; }- Declared
- <nixpkgs/nixos/modules/services/networking/hostapd.nix>